Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1ComboBox<T> Class / ItemsSource Property

In This Topic
    ItemsSource Property (C1ComboBox<T>)
    In This Topic
    Gets or sets the source collection that contains the items to select from.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    See Also